home *** CD-ROM | disk | FTP | other *** search
- object SoundDemoForm: TSoundDemoForm
- Left = 222
- Top = 110
- BorderStyle = bsDialog
- Caption = 'Multithreaded PC-speaker sounds demo...'
- ClientHeight = 244
- ClientWidth = 468
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 62
- Height = 13
- Caption = 'Added tasks:'
- end
- object Label2: TLabel
- Left = 136
- Top = 16
- Width = 30
- Height = 13
- Caption = 'InBox:'
- end
- object Label3: TLabel
- Left = 248
- Top = 16
- Width = 38
- Height = 13
- Caption = 'OutBox:'
- end
- object Label4: TLabel
- Left = 360
- Top = 16
- Width = 57
- Height = 13
- Caption = 'Done tasks:'
- end
- object AddedTasksList: TListBox
- Left = 24
- Top = 32
- Width = 97
- Height = 153
- TabStop = False
- ItemHeight = 13
- TabOrder = 0
- end
- object DoneTasksList: TListBox
- Left = 360
- Top = 32
- Width = 97
- Height = 153
- TabStop = False
- ItemHeight = 13
- TabOrder = 1
- end
- object InBoxList: TListBox
- Left = 136
- Top = 32
- Width = 97
- Height = 153
- TabStop = False
- ItemHeight = 13
- TabOrder = 2
- end
- object OutBoxList: TListBox
- Left = 248
- Top = 32
- Width = 97
- Height = 153
- TabStop = False
- ItemHeight = 13
- TabOrder = 3
- end
- object AddButton: TButton
- Left = 24
- Top = 200
- Width = 75
- Height = 25
- Caption = '&Add Task'
- Default = True
- TabOrder = 4
- OnClick = AddButtonClick
- end
- object ClearButton: TButton
- Left = 136
- Top = 200
- Width = 75
- Height = 25
- Caption = '&Clear Lists'
- TabOrder = 5
- OnClick = ClearButtonClick
- end
- object MultithreadedCB: TCheckBox
- Left = 248
- Top = 200
- Width = 97
- Height = 17
- Caption = '&Multithreaded'
- State = cbChecked
- TabOrder = 6
- end
- end
-